projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8412581
)
Enable text conversion in conf-modes
author
Po Lu
<luangruo@yahoo.com>
Sun, 18 Jun 2023 02:26:13 +0000
(10:26 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 18 Jun 2023 02:26:13 +0000
(10:26 +0800)
* lisp/textmodes/conf-mode.el (conf-mode-initialize): Set
text-conversion-style.
lisp/textmodes/conf-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/conf-mode.el
b/lisp/textmodes/conf-mode.el
index d15fba9c43a9a413ea0546dc287187e74f43177b..6bf1c0d4f6f77e1ecd02a5f0331fd23956883c4c 100644
(file)
--- a/
lisp/textmodes/conf-mode.el
+++ b/
lisp/textmodes/conf-mode.el
@@
-435,6
+435,7
@@
The optional arg FONT-LOCK is the value for FONT-LOCK-KEYWORDS."
(setq-local comment-start comment)
(setq-local comment-start-skip
(concat (regexp-quote comment-start) "+\\s *"))
+ (setq-local text-conversion-style t)
(if font-lock
(setq-local font-lock-defaults `(,font-lock nil t nil nil))))